[SPARK-7639] [PySpark] [MLlib] Python API for KernelDensity#6387
Closed
MechCoder wants to merge 4 commits intoapache:masterfrom
Closed
[SPARK-7639] [PySpark] [MLlib] Python API for KernelDensity#6387MechCoder wants to merge 4 commits intoapache:masterfrom
MechCoder wants to merge 4 commits intoapache:masterfrom
Conversation
Contributor
Author
|
Test build #33433 has finished for PR 6387 at commit
|
Contributor
There was a problem hiding this comment.
The default should be None.
503dd92 to
324f60f
Compare
Contributor
Author
|
@mengxr done! |
|
Test build #33569 has finished for PR 6387 at commit
|
|
Test build #33572 has finished for PR 6387 at commit
|
Contributor
|
@MechCoder Python doctests are not automatically discovered. We have to include them manually. See: https://github.com/apache/spark/blob/master/python/run-tests#L93. Please include |
Contributor
Author
|
@mengxr done ! |
|
Test build #33640 has finished for PR 6387 at commit
|
Contributor
|
LGTM (I'm going to merge this after 1.4.) |
|
Test build #34295 has finished for PR 6387 at commit
|
Contributor
|
Merged into master. Thanks! |
MechCoder
added a commit
that referenced
this pull request
Jun 6, 2015
Python API for KernelDensity Author: MechCoder <manojkumarsivaraj334@gmail.com> Closes #6387 from MechCoder/spark-7639 and squashes the following commits: 17abc62 [MechCoder] add tests 2de6540 [MechCoder] style tests bf4acc0 [MechCoder] Added doctests 84359d5 [MechCoder] [SPARK-7639] Python API for KernelDensity
nemccarthy
pushed a commit
to nemccarthy/spark
that referenced
this pull request
Jun 19, 2015
Python API for KernelDensity Author: MechCoder <manojkumarsivaraj334@gmail.com> Closes apache#6387 from MechCoder/spark-7639 and squashes the following commits: 17abc62 [MechCoder] add tests 2de6540 [MechCoder] style tests bf4acc0 [MechCoder] Added doctests 84359d5 [MechCoder] [SPARK-7639] Python API for KernelDensity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Python API for KernelDensity